home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / SNR40.ARJ / CRTOLF.SNR < prev    next >
Text File  |  1989-09-27  |  318b  |  9 lines

  1. \ This table adds line feeds to carriage returns, if needed.
  2. \ It also (by default) maps all input characters to 7-bit ASCII
  3.  
  4. \0D=\0D\0A        \ add a line feed to an isolated carriage return
  5. \0A=\0d\0a        \ add a carriage return to an isolated line feed
  6. \0d\0a=\0d\0a     \ leave paired CRLFs alone
  7.  
  8. \\E
  9.